From 1f1a02b91f8d49a1f1bd8d6f1dfbf5a06fe8d2b0 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 16:23:46 -0500 Subject: [PATCH] docs: don't use property syntax for style properties --- gtk/gtkwidget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 77b5979831..ad09c86504 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -3549,7 +3549,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS * GtkWidget:separator-width: * * The "separator-width" style property defines the width of separators. - * This property only takes effect if #GtkWidget:wide-separators is %TRUE. + * This property only takes effect if the "wide-separators" style property is %TRUE. * * Since: 2.10 */ @@ -3564,7 +3564,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS * GtkWidget:separator-height: * * The "separator-height" style property defines the height of separators. - * This property only takes effect if #GtkWidget:wide-separators is %TRUE. + * This property only takes effect if the "wide-separators" style property is %TRUE. * * Since: 2.10 */ -- 2.30.2